{"id":19186674,"url":"https://github.com/edersonbrilhante/vilicus-github-action","last_synced_at":"2025-05-08T01:21:13.373Z","repository":{"id":65159622,"uuid":"340099168","full_name":"edersonbrilhante/vilicus-github-action","owner":"edersonbrilhante","description":"GitHub Action to use Vilicus in your GitHub workflow","archived":false,"fork":false,"pushed_at":"2021-04-13T13:00:07.000Z","size":17,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-03T15:02:11.746Z","etag":null,"topics":["anchore","cicd","clair","docker-image","docker-scanner","github-actions","oci-image","scan-images","security","security-scanner","security-tools","security-vulnerability","trivy","vilicus"],"latest_commit_sha":null,"homepage":"https://vilicus.edersonbrilhante.com.br/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edersonbrilhante.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-18T15:50:55.000Z","updated_at":"2023-05-23T17:44:06.000Z","dependencies_parsed_at":"2023-01-12T14:31:17.284Z","dependency_job_id":null,"html_url":"https://github.com/edersonbrilhante/vilicus-github-action","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edersonbrilhante%2Fvilicus-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edersonbrilhante%2Fvilicus-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edersonbrilhante%2Fvilicus-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edersonbrilhante%2Fvilicus-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edersonbrilhante","download_url":"https://codeload.github.com/edersonbrilhante/vilicus-github-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252979438,"owners_count":21835054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anchore","cicd","clair","docker-image","docker-scanner","github-actions","oci-image","scan-images","security","security-scanner","security-tools","security-vulnerability","trivy","vilicus"],"created_at":"2024-11-09T11:15:48.743Z","updated_at":"2025-05-08T01:21:13.351Z","avatar_url":"https://github.com/edersonbrilhante.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vilicus Scan\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://github.com/edersonbrilhante/vilicus-github-action/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/edersonbrilhante/vilicus-github-action\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Container scanning\n\nScan can be done using remote image and local image. \n\nUsing a remote repository such as docker.io the image will be `docker.io/your-organization/image:tag`:\n```yaml\n - name: Scan image\n   uses: edersonbrilhante/vilicus-github-action@main\n   with:\n     image: \"docker.io/myorganization/myimage:tag\"\n```\n\nAnd to use a local image its need to tag as `localhost:5000/image:tag`:\n```yaml\n - name: Scan image\n   uses: edersonbrilhante/vilicus-github-action@main\n   with:\n     image: \"localhost:5000/myimage:tag\"\n```\n\n## Action Inputs\n\n| Input Name | Description | Default Value |\n|-----------------|-------------|---------------|\n| `image` | The image to scan | N/A |\n\n## Example Workflows \n\nComplete example with steps for cleaning space, building local image, Vilicus scanning, and uploading results to GitHub Security\n```yaml\nname: Container Image CI\non: [push]\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Maximize build space\n        uses: easimon/maximize-build-space@v3\n        with:\n          remove-dotnet: 'true'\n          remove-android: 'true'\n          remove-haskell: 'true'\n\n      - name: Checkout branch\n        uses: actions/checkout@v2\n\n      - name: Build the Container image\n        run: docker build -t localhost:5000/local-image:${GITHUB_SHA} . \n      \n      - name: Vilicus Scan\n        uses: edersonbrilhante/vilicus-github-action@main\n        with:\n          image: localhost:5000/local-image:${{ github.sha }}\n\n      - name: Upload results to github security\n        uses: github/codeql-action/upload-sarif@v1\n        with:\n          sarif_file: artifacts/results.sarif\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Federsonbrilhante%2Fvilicus-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Federsonbrilhante%2Fvilicus-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Federsonbrilhante%2Fvilicus-github-action/lists"}