Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELEASE #1373

Merged
merged 10 commits into from
Oct 4, 2023
2 changes: 1 addition & 1 deletion .github/workflows/relock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run npm update
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
npm update
npm update --save
rm -f .npmrc

- name: Create Signed Commit
Expand Down
11 changes: 11 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: kubernetes-monitor
annotations:
github.com/project-slug: snyk/kubernetes-monitor
github.com/team-slug: snyk/container-integration
spec:
type: external-tooling
lifecycle: "-"
owner: container-integration
Loading
Loading