mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
20 lines
458 B
YAML
20 lines
458 B
YAML
|
name: Nancy
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- 'main'
|
||
|
- 'release*'
|
||
|
|
||
|
jobs:
|
||
|
nancy:
|
||
|
runs-on: ubuntu-latest
|
||
|
name: Nancy
|
||
|
steps:
|
||
|
- name: Checkout
|
||
|
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2
|
||
|
- name: WriteGoList
|
||
|
run: go list -json -m all > go.list
|
||
|
- name: Nancy SAST Scan
|
||
|
uses: sonatype-nexus-community/nancy-github-action@aae196481b961d446f4bff9012e4e3b63d7921a4 # pin@main
|